(tigetstr): Add dummy definition to make Emacs link again.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Mar 1993 21:36:22 +0000 (21:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Mar 1993 21:36:22 +0000 (21:36 +0000)
src/term.c

index bf3087e0b9fe1a007d7806e7bacfb98fb56e1f36..b8bf719f9b611953aba8c1c55aa3f557c9a5df58 100644 (file)
@@ -1299,6 +1299,10 @@ term_get_fkeys (address)
    * Various mappings to try and get a better fit.
    */
   {
+/* ??? I have never heard of tigetstr, and it does not exist.
+   This at least enables the code below to compile -- rms.  */
+#define tigetstr(foo) 0
+
 #define CONDITIONAL_REASSIGN(cap1, cap2, sym) \
       if (!tigetstr(cap1) && tgetstr(cap2)) \
            Fdefine_key (Vfunction_key_map, \